* @GTK_MESSAGE_WARNING: Non-fatal warning message
* @GTK_MESSAGE_QUESTION: Question requiring a choice
* @GTK_MESSAGE_ERROR: Fatal error message
- * @GTK_MESSAGE_OTHER: None of the above, doesn’t get an icon
+ * @GTK_MESSAGE_OTHER: None of the above
*
* The type of message being displayed in the dialog.
*/
* @message_format: (allow-none): printf()-style format string, or %NULL
* @...: arguments for @message_format
*
- * Creates a new message dialog, which is a simple dialog with an icon
- * indicating the dialog type (error, warning, etc.) and some text the
- * user may want to see. When the user clicks a button a “response”
+ * Creates a new message dialog, which is a simple dialog with some text
+ * the user may want to see. When the user clicks a button a “response”
* signal is emitted with response IDs from #GtkResponseType. See
* #GtkDialog for more details.
*
* @message_format: (allow-none): printf()-style format string, or %NULL
* @...: arguments for @message_format
*
- * Creates a new message dialog, which is a simple dialog with an icon
- * indicating the dialog type (error, warning, etc.) and some text which
+ * Creates a new message dialog, which is a simple dialog with some text that
* is marked up with the [Pango text markup language][PangoMarkupFormat].
* When the user clicks a button a “response” signal is emitted with
* response IDs from #GtkResponseType. See #GtkDialog for more details.